From f5343b9037b5158e8648a86ff7c53722f875628a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 13 Mar 2008 00:35:08 +0000 Subject: [PATCH] Add some more FIXMEs Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=19819 --- gtk/gtkfilechooserentry.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index fbf73613b4..8d6fce3b91 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -684,10 +684,15 @@ gtk_file_chooser_entry_focus (GtkWidget *widget, gtk_editable_set_position (editable, sel_end); } else - append_common_prefix (chooser_entry, FALSE); + { + /* FIXME: append the common prefix, *or* pop up the suggestion window if there is no prefix */ + append_common_prefix (chooser_entry, FALSE); + } /* Trigger the completion window to pop up again by a * zero-length insertion, a bit of a hack. + * + * FIXME: this should be removed here, as it is contemplated by the case above. */ gtk_editable_insert_text (editable, "", -1, &pos); -- 2.30.2